7977bd0e710f3dffae1782353ffde40532e2a52d,examples/src/main/java/tachyon/examples/BasicCheckpoint.java,BasicCheckpoint,createDependency,#TachyonFS#,65

Before Change


            "BasicCheckpoint Dependency", "Tachyon Examples", "0.3",
            DependencyType.Narrow.getValue(), 512 * Constants.MB);

    FormatUtils.printTimeTakenMs(startTimeMs, LOG, "createDependency with depId " + depId);
  }

  private boolean readFile(TachyonFS tachyonClient) throws IOException {

After Change


            "BasicCheckpoint Dependency", "Tachyon Examples", "0.3",
            DependencyType.Narrow.getValue(), 512 * Constants.MB);

    LOG.info(FormatUtils.formatTimeTakenMs(startTimeMs, "createDependency with depId " + depId));
  }

  private boolean readFile(TachyonFS tachyonClient) throws IOException {